.index-about .list li .pic .Ispic,
.newlist ol .Ispic,
.noticelist li .Ispic{
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.transform_img,
.index-about .list li .pic .Ispic:hover,
.newlist ol .Ispic:hover,
.newlist ol:nth-child(1):hover .Ispic,
.noticelist li .Ispic:hover{
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.site-header nav li > em a,
.site-header nav li > em a:before,
.site-header nav li.hassub>em>a:after,
.index-about .intro .more a,
.index-about .intro .more a i,
.site-footer nav .menubtn span:after,
.site-footer nav .menubtn span:before,
.newlist  li a.more,
.newlist li h2 a,
.noticelist li h3 a,
.zcczlist li h2 a,
.index-business .list .inner,
.index-new .listbox li a,
.index-new .listbox .istop .h3 a,
.index-notice li a{
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*site-header start*/
.site-header{z-index:99;width:100%;position: fixed; top: 0; left: 0; background-color:rgba(255,255,255,0.8); box-shadow: 0 5px 5px rgba(0,0,0,0.08);}
.site-header .site-header-wrap{position:relative;}
.site-header .logo{float:left;padding:23px 0;width:28%;max-width:376px;}
.site-header .search{position:relative;float:right;padding-top:44px;padding-left:15px;}
.site-header .search:before{content: ""; position: absolute; left: 0; top: 44px; height: 20px; width: 1px;background-color: #a0a0a0;}
.site-header .search .opensearch{display:block;width:20px;height:20px;background:url(../images/top-search_btn.png) no-repeat center center;}
.site-header .search .opensearch.show{position:relative;background:0 0;}
.site-header .search .opensearch.show::after,
.site-header .search .opensearch.show::before{position:absolute;top:50%;left:10%;width:80%;height:3px;background:#ed6950;content:'';transform:rotate(-45deg);}
.site-header .search .opensearch.show::after{transform:rotate(45deg);}
.site-header .search .searchbox{position:absolute;top:calc(100% + 10px);right:0;z-index:100;display:none;}
.site-header .search .searchbox::before{position:absolute;top:-15px;right:4px;width:0;height:0;border-color:transparent transparent rgba(0,0,0,.2) transparent;border-style:solid;border-width:8px;content:'';}
.site-header .search .searchbox .text{padding:0 50px 0 10px;width:254px;height:46px;border:1px solid #fff;background:rgba(0,0,0,.2);color:#fff;line-height:46px;}
.site-header .search .searchbox .btn{position:absolute;top:0;right:0;width:46px;border:none;background:0 0;color:#fff;text-align:center;font-weight:700;font-size:16px;font-family:Verdana,Arial,Helvetica,sans-serif;line-height:46px;}
.site-header nav{float:right;}
.site-header nav li{float:left;padding:45px 20px;position: relative;}
.site-header nav li>em{font-style:normal;}
.site-header nav li>em>a{position:relative;display:block;color:#333;font-style:normal;font-size:18px; padding-right: 18px;}
.site-header nav li.hassub>em>a:after{content: ""; position: absolute; top: 50%; right: 0; background: url(../images/top-arrow_b.png) no-repeat; width: 14px; height: 7px; margin-top: -2px;}
.site-header nav li>em>a:hover,
.site-header nav li.aon>em a{/* color:#0081d8; */ color: #333;}
.site-header nav li.aon>em a:after{ -webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);-moz-transform: rotate(180deg);-o-transform: rotate(180deg);}
.site-header .open_menu{display:none;}
.site-header nav li .subnav{display: none;position: absolute; top: 100%; left: 0; width: 100%; background: #fff; padding: 15px 5px; text-align: center;}
.site-header nav li .subnav dd a{ display: block; padding: 5px 0; border-bottom: 1px solid #eee; }
@media (max-width: 1240px) {
.site-header .search{ padding-top: 34px;}
.site-header .search:before{top: 34px;}
.site-header nav li{padding:34px 9px;}
.site-header nav li>em>a{ font-size: 16px; padding-right: 12px;}
.site-header nav li.hassub>em>a:after{ width: 10px; height: 5px; background-size: 10px 5px;}
}
@media (max-width: 900px) {
.site-header .logo{ width: 66%;  padding: 12px 0;}
.site-header nav{display:none;}
.site-header .search{position:absolute;top:50%;right:60px;margin-top:-8px;padding:0;}
.site-header .search:before{ left: auto; right: -16px; top: 0;}
.site-header .search .searchbox .text{ width: 228px;}
.site-header .open_menu{position:absolute;top:50%;right:0;display:block;margin-top:-12px;width:30px;height:25px;cursor:pointer;}
.site-header .open_menu i{position:absolute;top:50%;width:100%;height:3px;background:#ed6950;}
.site-header .open_menu i::after,.site-header .open_menu i::before{position:absolute;left:0;width:100%;height:100%;background:#ed6950;content:'';transition:transform .3s;}
.site-header .open_menu i::before{top:10px;}
.site-header .open_menu i::after{top:-10px;}
.site-header .open_menu.open_menu_on{position:fixed;top:30px;right:260px;z-index:99;}
.site-header .open_menu.open_menu_on i::after,.site-header .open_menu.open_menu_on i::before{top:0!important;background:#fff;}
.site-header .open_menu.open_menu_on i::before{transform:rotate(45deg);}
.site-header .open_menu.open_menu_on i::after{transform:rotate(-45deg);}
.site-header .open_menu.open_menu_on i{background:0 0;}
.site-header .menu-layer{position:fixed;top:0;left:0;z-index:98;display:none;overflow:hidden;width:100%;height:100%;background:rgba(0,0,0,.65)!important;}
#header-menu{position:fixed;top:0;right:-100%;z-index:99;overflow:auto;padding:10px;width:250px;height:100%;background:#000;opacity:0;transition:.3s;}
#header-menu.header-menu-show{right:0;opacity:1;}
#header-menu li{line-height:40px;}
#header-menu li a{display:block;color:#fff;}
#header-menu li a:hover{color:#fff;}
#header-menu li>em{display:block;border-bottom:1px solid rgba(255,255,255,.3);font-style:normal;font-size:16px;}
#header-menu li>em a{padding:0 10px;border-bottom:1px solid rgba(0,0,0,.3);}
#header-menu li:last-child em,#header-menu li:last-child em a{border-bottom:0;}
#header-menu li .subnav{ display: none;}
#header-menu li.hassub em{ position: relative;}
#header-menu li.hassub em:before{content: ""; top: 0; left: 0; width: 100%; z-index: 2; height: 100%; position: absolute; display: none;}
}
/*site-header end*/

/*site footer start*/
.site-footer{position:relative;background:#0073c9;color:#fff;line-height:1.85;}
.site-footer nav{ border-bottom: 1px solid #2386ca; padding: 35px 0;}
.site-footer nav>.auto{ position: relative;}
.site-footer nav .menubtn{position: absolute; right: 0; top: 0; width: 35px; height: 24px;cursor: pointer;}
.site-footer nav .menubtn span,
.site-footer nav .menubtn span:before,
.site-footer nav .menubtn span:after{position: absolute; height: 3px; width: 100%; background: #fff; left: 0;}
.site-footer nav .menubtn span{  top: 50%; margin-top: -1.5px;}
.site-footer nav .menubtn span:before,
.site-footer nav .menubtn span:after{ content: ""; }
.site-footer nav .menubtn span:before{top: -10px;}
.site-footer nav .menubtn span:after{bottom: -10px;}
.site-footer nav .menubtn.show span:after,.site-footer nav .menubtn.show span:before{top:0!important;background:#fff;}
.site-footer nav .menubtn.show span:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);}
.site-footer nav .menubtn.show span:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);}
.site-footer nav .menubtn.show span{background:0 0;}
.site-footer nav li{ float: left; width: 16%; padding-right: 2%;}
.site-footer nav li a{ color: #fff;}
.site-footer nav li h3{ margin: 0; font-weight: normal; font-size: 16px;}
.site-footer nav li dl{ padding: 10px 0; display: none;}
.site-footer nav li dl dd+dd{ /* border-top: 1px solid #2386ca; */}
.site-footer nav li dl dd a{ display: inline-block; padding: 5px 0;}
.site-footer .bottom,
.site-footer .bottom a{ color: #fff;}
.site-footer .bottom{ padding: 40px 0;font-size: 16px;}
.site-footer .branch{ float: left; width: 40%;}
.site-footer .branch h3{ font-weight: normal; font-size: 16px; margin: 0 0 20px;}
.site-footer .fr{ float: right; width: 50%; text-align: right;}
.site-footer .links .name{ font-size: 16px; color: #fff; display: inline-block;}
.site-footer .links .box{ display: inline-block; text-align: left;position: relative;}
.site-footer .links .box h3{ margin: 0; width: 230px; height: 34px; font-size: 14px; font-weight: normal; border: 1px solid #d0d0d0; background: #fff; line-height: 32px; padding: 0 10px; position: relative; cursor: pointer;}
.site-footer .links .box h3:after{ content: ""; position: absolute; top: 50%; margin-top: -4px; right: 10px; width: 0; height: 0; border-style: solid dashed dashed dashed; border-width: 8px 6px 0 6px; border-color: #d0d0d0 transparent transparent transparent;}
.site-footer .links .box h3 span{ color: #666;}
.site-footer .links .box ul{position: absolute; top: 100%; left: 0; width: 100%; border: 1px solid #d0d0d0; border-top: 0; background: #f0f0f0;display: none;z-index: 3;}
.site-footer .links .box ul li a{ display: block; padding: 4px 10px;color: #666; font-size: 14px;}
.site-footer .links .box ul li+li a{ border-top: 1px solid #d0d0d0;}
.site-footer .links .box ul li a:hover{ background: #b0afaf; color: #fff;}
.site-footer .share { padding: 25px 0; width: 310px;margin-left: auto;text-align: left;}
.site-footer .share a{ display: inline-block; background: url(../images/footer-share_icons.png) no-repeat; height: 21px; margin-right: 18px; float: none; vertical-align: middle;}
.site-footer .share span a{ display: inline-block; background: none;margin-right: 0px;font-size: 14px;padding:0;position: relative;top:3px;}
.site-footer .share .icon_more{ background-position: 0 0;  width: 20px; position: relative;}
.site-footer .share .icon_more:after{ content: "" ; position: absolute; top: 0; right: -10px; width: 1px; height: 20px; background: #d9d9d9;}
.site-footer .share .icon_weixin{ background-position: -44px -2px;  width: 24px;}
.site-footer .share .icon_sina{ background-position: -88px -4px;  width: 21px;}
.site-footer .addcolumn{ color: #fff; position: relative; margin-left: 20px;  background: none !important;line-height: 21px; font-size: 14px;}
.site-footer .addcolumn:before{content: ""; left: -13px; background: url(../images/footer_addr.png)no-repeat; width: 15px; height: 21px; position: absolute; top: 0;}
.site-footer .coryright{ margin:16px 0 0;}
.site-footer .beian a{font-size:16px; color: #fff; padding-left: 10px; display:inline-block; vertical-align: middle;}
.site-footer .beian img{width:16px; height: 16px;display:inline-block; vertical-align: middle;}
.bd_weixin_popup,
.bd_weixin_popup *{ box-sizing: content-box;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;}
@media (max-width:1240px) {
	.site-footer nav .menubtn{ right: 15px;}
}
@media (max-width:900px) {
	.index-about .sectit{text-align: center;}
	.site-footer .bottom{ padding: 15px 0; font-size: 14px;}
	.site-footer .branch,
	.site-footer .fr{ float: none; width: 100%; text-align: center;}
	.site-footer .share{ width: auto; text-align: center; padding: 18px 0 5px;}
	.site-footer .coryright{ margin-top: 5px;}
	.site-footer nav{display: none;}
}
/*site footer end*/

/* Pages start */
.Pages{ text-align:center; padding:4% 0 0;color:#666;}
.Pages *{ vertical-align:middle;}
.Pages .p_cur,
.Pages .p_count,
.Pages .p_total,
.Pages .a_first,
.Pages .a_end,
.Pages .p_jump{ display:none;}
.Pages a{ display:inline-block; padding: 0 15px; line-height:37px; background-color: #ececec; color:#666; margin-left:5px;}
.Pages a:hover,
.Pages a.a_cur{ color:#fff; background-color:#888;}
.Pages em{ font-style:normal; display:inline-block; vertical-align:middle;}
.Pages .i_text{ width:47px; height:36px; line-height:36px;border:1px solid #ceced5;}
.Pages .i_button{ cursor:pointer; background:none; width:47px; height:36px;border:1px solid #ceced5;}
.Pages .p_jump b{font-weight:normal; margin:0 5px;}
.Pages .a_prev,.Pages .a_next{ font-family: 宋体; font-weight: bold; padding:0 25px; }
.Pages .a_prev.nohref,.Pages .a_next.nohref{ cursor: default; color: #aaa; background-color: #f8f8f8;}
@media(max-width:1000px){
.Pages em{ display:none;}
}
@media(max-width:640px){
.Pages a.a_first,
.Pages a.a_end{ display:none;}
.Pages a{ padding:0 10px;}
}
/* Pages end */
/*pagenavi*/
.pagenavi {font-size:0;text-align:center;line-height:normal;margin-top:4%;}
.pagenavi a {display:inline-block;color:#666;font-size:14px;height:32px;line-height:32px;padding:0 12px; background-color:#ececec; border-radius:2px;margin:0 2.5px;transition:all .3s;}
.pagenavi a.a_cur,.pagenavi a:hover {color:#fff;background-color:#888;}
.pagenavi span {display:inline-block; font-size:14px;height:32px;line-height:32px;padding:0 12px;margin:0 2.5px;}
.pagenavi a.nohref, .pagenavi a.nohref:hover {cursor:default;background-color: #f8f8f8;color: #aaa;}
.pagenavi i {font-style:normal; color:#f00;}
@media(max-width:640px){
.pagenavi a, .pagenavi span {display:none;}
.pagenavi{text-align:center;}
.pagenavi a.a_p {display:inline-block;}
}

/* index start */
.index-banner { position: relative;}
.index-banner .owl-carousel .owl-item .phoneimg{display: none;}
.index-notice{position: absolute; bottom: 0; left: 0; width: 100%;background:rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;filter:Alpha(opacity=50); background:#000; padding: 15px 0; z-index: 6; color: #fff;}
.index-notice>.auto{ position: relative; padding-left:130px; z-index: 2;line-height: 20px;}
.index-notice .name{font-size: 18px; margin: 0;position: absolute; left: 0; padding-left: 30px;}
.index-notice .name:before{content: ""; position: absolute; left: 0; top: 50%; background: url(../images/icon_news.png) no-repeat; width: 22px; height: 20px; margin-top: -10px;}
.index-notice li{padding-right: 140px;}
.index-notice li a{ color: #fff;font-size: 16px;}
.index-notice li a:hover{ color: #0081d8;}
.index-notice li time{font-size: 14px;position: absolute; top: 50%; right: 0; margin-top: -10px;}
.index-notice .owl-carousel{padding-right: 50px;}
.index-notice .owl-nav{ position: absolute; top: 50%; right: 0; width: 12px; height: 20px; margin-top: -10px;}
.index-notice .owl-nav button{ position: absolute; background: url(../images/homenotice_btn.png) no-repeat !important; width: 12px; height: 10px;left: 0;}
.index-notice .owl-nav .owl-prev{ background-position: left top; top: 0;}
.index-notice .owl-nav .owl-next{ background-position: left bottom !important; bottom: 0;}

.index-new{padding: 58px 0;}
.index-new .listbox{ float: left; width: 58.33%;}
.index-new .listbox .tab{position: relative;}
.index-new .listbox .tab span em{font-style: normal;display:block; float: left; max-width: 205px; width: 48%; background-color: #c9e9ff; height: 48px; line-height: 48px; font-size: 18px; color: #333; text-align: center; cursor: pointer;}
.index-new .listbox .tab span.active em{background-color: #007ac7; font-weight: bold;color: #fff;position: relative;}
.index-new .listbox .tab span.active em:after{content: ""; position: absolute; bottom: -8px; left: 50%; margin-left: -4px; border-style:solid dashed dashed dashed; border-color:#007ac7 transparent transparent transparent; border-width: 8px 8px 0 8px; }
.index-new .listbox .tab span a{position: absolute;display: none;right:0;top:50%;transform: translateY(-50%);color: #666;font-size: 14px;}
.index-new .listbox .tab span.active a{display: inline-block;}

.index-new .listbox .ul{display: none;padding-top: 25px;}
.index-new .listbox .istop{position: relative; padding-left: 230px; min-height: 122px; margin-bottom: 25px;}
.index-new .listbox .istop .pic{ float: left; width: 205px;height: 122px; position: absolute; left: 0; top: 0; }
.index-new .listbox .istop .Ispic{ padding-bottom: 122px;display: block;}
.index-new .listbox .istop .word{position: relative;}
.index-new .listbox .istop .h3{ font-weight: bold; font-size: 16px;  margin: 0;}
.index-new .listbox .istop .h3 a{color: #666; }
.index-new .listbox .istop .h3 a:hover{ color: #0081d8;}
.index-new .listbox .istop time{display: block; margin: 15px 0; color: #999; font-size: 14px;}
.index-new .listbox .istop figure{ font-size: 14px; height: 48px; line-height: 24px; overflow: hidden; text-align: justify;	}
.index-new .listbox .istop .more{position: absolute; right: 0; bottom: 0; color: #0081d8; font-size: 14px;}
.index-new .listbox li{ border-bottom: 1px dashed #c9c9c9; padding-bottom: 14px; margin-bottom: 14px; font-size: 16px; position: relative; padding-right: 120px;}
.index-new .listbox li time{ position: absolute; right: 0; top: 0; color: #999; font-size: 14px;}
.index-new .listbox li a{ color: #666;}
.index-new .listbox li a:hover{ color: #0081d8;}
.index-new .picbox{ float: right; width: 36.5%;}
.index-new .picbox li{position: relative;}
.index-new .picbox .pic{overflow: hidden;}
.index-new .picbox .pic .Ispic{padding-bottom: 406px; display: block; width: 100%;}
.index-new .picbox li a{position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 5;}
.index-new .picbox li h3{ position: absolute; left: 0; width: 100%; bottom: 0;background:rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;filter:Alpha(opacity=50); background:#000; z-index: 3; margin: 0; color: #fff; font-weight: normal; font-size: 16px; padding: 15px 30px;}
.index-new .picbox li h3 span{ position: relative; z-index: 2;}
.index-new .picbox .owl-dots{position: absolute; bottom: 60px; right: 10px;}
.index-new .picbox .owl-dots .owl-dot{ display: inline-block; margin: 0 5px;}
.index-new .picbox .owl-dots .owl-dot span{ display: block; width: 8px; height: 8px; background: #fff;}
.index-new .picbox .owl-dots .owl-dot.active span{ background: #007ac7;}
.index-new .ad{ padding: 44px 0 0;}

.index-business{ background-position: center bottom; background-color: #004898; padding: 58px 0; background-repeat: no-repeat; background-size: cover;}
.index-business .sectit{ text-align: center; line-height:1.45;}
.index-business .sectit span{ display: block; font-size: 36px; color: #fff;}
.index-business .sectit .en{ font-family: "arial"; text-transform: uppercase;}
.index-business .sectit:after{ content: ""; display: block; width: 50%; max-width: 60px; height: 1px; background: #fff; margin: 20px auto 0;}
.index-business .list{ padding-top: 45px;}
.index-business .list li{ padding: 15px;}
.index-business .list .inner{ border-radius: 10px; background: #007ac7; padding: 45px 5%; text-align: center;position: relative;top: 0;}
.index-business .list .href{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 3;}
.index-business .list .icon{ overflow: hidden;max-width: 108px; width: 70%; margin: 0 auto;}
.index-business .list .icon .Ispic{display: block; padding-bottom: 100%;  background-size: contain; border-radius: 100px; border: 1px solid #fff;}
.index-business .list h2{ margin: 30px 0 0; font-size: 22px; font-weight: normal; color: #fff; letter-spacing: 2px;}
.index-business .list .owl-item:nth-child(2n) .inner{ background: #fff;}
.index-business .list .owl-item:nth-child(2n) .icon .Ispic{ border-color: #0081d8;}
.index-business .list .owl-item:nth-child(2n) h2{ color: #0081d8;}
.index-business .list .inner:hover{ box-shadow: 0 10px 10px rgba(0,0,0,0.25); top: -10px;}

.index-about{ padding: 58px 0;}
.index-about .intro .word{ float: left; width: 51.67%;}
.index-about .sectit{color: #313439; font-size: 36px;}
.index-about .sectit .en{display: inline-block; font-family: arial; text-transform: uppercase;}
.index-about .sectit .en:after{ content: ""; display: inline-block; width: 120px; height: 1px; background: #afafaf; position: relative; top: -12px;}
.index-about .sectit .cn{display: block; font-weight: bold;}
.index-about .intro .con{ font-size: 16px; color: #666; line-height: 2.25; padding: 30px 0;}
.index-about .intro .con p{ margin: 0; text-indent: 2em;}
.index-about .intro .more a{display: inline-block; width: 274px; height: 46px; border: 1px solid #afafaf; text-align: center; line-height: 44px; font-size: 16px; color: #666;}
.index-about .intro .more a i{ display: inline-block; font-style: normal; background: url(../images/home_more.png) no-repeat; width: 59px; height: 11px; position: relative; top: 0; margin-left: 15px;}
.index-about .intro .more a:hover{ color: #fff; background: #0081d8; border-color: #0081d8;}
.index-about .intro .more a:hover i{ background-image: url(../images/home_more_on.png);}
.index-about .intro .video{ float: right; width: 44.17%;}
.index-about .intro .video video{ height: 460px; width: 100%;}
.index-about .subsidiary{ padding-top: 58px; position: relative;}
.index-about .list{ padding-top: 45px; padding-left: 40px; padding-right: 40px;}
.index-about .list li{position: relative; padding-bottom: 42px;}
.index-about .list li .pic{ overflow: hidden;}
.index-about .list li .pic .Ispic{display: block; padding-bottom: 73.333%; }
.index-about .list li h3{ position: absolute; margin: 0; background: #0079d9; width: 80%; left: 10%; bottom: 10px; line-height: 1.65; font-size: 15px; font-weight: normal; text-align: center; box-shadow: 5px 5px 5px rgba(0,0,0,0.25); max-height: 64px; overflow: hidden;}
.index-about .list li h3 a{ color: #fff; display: block; padding: 8px;}
.index-about .navbtn button{ display: block; position: absolute; border: none; top: 50%; background: url(../images/home-list_btn.png)no-repeat; width: 18px; height: 33px; padding: 0 !important; cursor: pointer;}
.index-about .navbtn .owl-prev{ background-position: left bottom; left: 0;}
.index-about .navbtn .owl-next{ background-position: right bottom; right: 0;}
.index-about .navbtn .owl-prev.disabled{ background-position: left top; cursor: default;}
.index-about .navbtn .owl-next.disabled{ background-position: right top;cursor: default;}
.index-about .list .owl-dots{ text-align: center; padding-top: 34px;}
.index-about .list .owl-dots .owl-dot{ display: inline-block;padding: 0 5px !important;}
.index-about .list .owl-dots .owl-dot span{width: 32px; height: 5px; display: block; background: #c6c6c6;}
.index-about .list .owl-dots .owl-dot.active span{ background: #0080e7;}
@media (min-width:1310px) {
	.index-about .list{ padding-left: 0; padding-right: 0;}
	.index-about .navbtn .owl-prev{ left: -45px;}
	.index-about .navbtn .owl-next{ right: -45px;}
}
@media (max-width:768px) {
  .index-new .listbox .tab span em{width: 40%;}
}
/* index end */

.in-banner{ text-align: center;position: relative;}
.in-banner span{ height: 409px; display: block; width: 100%; background-repeat: no-repeat; background-position: center;}
.in-banner img{ display: none;}
.location{ padding: 25px 0; text-align: right; border-bottom: 1px solid #ccc;}
.location .icon{ background: url(../images/i_home.png) no-repeat right center; width: 15px; height: 14px; display: inline-block; position: relative; margin-left: 10px; top: 2px;}
.location,.location a{ color: #666; font-size: 14px;}
.location a:hover{ color: #2386ca;}
.in-menu{ border-bottom: 1px solid #ccc; height: 52px;}
.in-menu .auto{ position: relative;}
.in-menu h2{ margin: 0; font-size: 30px; color: #fff; position: absolute; left: 0; bottom: 0; background: url(../images/inmenu_bg.jpg) no-repeat; width: 222px; height: 95px; padding: 30px 20px 30px 30px;}
.in-menu h2 span{position: relative;}
.in-menu h2 span:before{content: ""; display: inline-block;position: relative; width: 22px; height: 4px; background: #fff; top: -8px; margin-right: 15px;}
.in-menu ul{ padding-left: 300px;}
.in-menu ul li{ float: left; padding: 0 30px;}
.in-menu ul li a{ color: #333; font-size: 16px; display: block; padding: 15px 0; position: relative;}
.in-menu ul li a:before,
.in-menu ul li a:after{content: ""; position: absolute; bottom: 0; }
.in-menu ul li a:before{ left: 50%; width: 0; background-color:#007ac7; height: 2px;}
.in-menu ul li a:after{left: 50%; margin-left: -2px; height: 0; border-style: solid dashed dashed dashed; border-width: 5px 3px 0 3px; border-color:transparent transparent transparent transparent; bottom: -5px;}
.in-menu ul li.aon a{ color: #007ac7; font-weight: bold; }
.in-menu ul li.aon a:before{ width: 100%; left: 0;}
.in-menu ul li.aon a:after{ border-color:#007ac7 transparent transparent transparent;}
.in-menu ul li a:hover{ color: #007ac7;}
.submenu{ text-align: center; margin-bottom: 35px;position: relative;}
.submenu li{ display: inline-block; margin: 0 3%;}
.submenu li a{ font-size: 18px; color: #333; display: block; width: 218px; padding: 6%; letter-spacing: 2px; font-weight: bold; border-radius: 10px; background: #c9c9c9; position: relative;}
.submenu li.aon a{ background: #007ac7; color: #fff;}
.submenu li.aon a:after{ content: ""; position: absolute; left: 50%; margin-left: -8px; bottom: -10px; border-style: solid dashed dashed dashed; border-width: 10px 8px 0 8px; border-color: #007ac7 transparent transparent transparent;}
.submenu .link{ font-size: 16px; color: #007ac7; background: url(../images/pt_icon.png) no-repeat; padding-left: 30px; line-height: 23px; display: inline-block; position: absolute; top: 12px; right: 0;}
.in-container{ padding: 58px 0 70px;}
.singlepage{ color: #333; font-size: 16px; line-height: 1.85;}
.singlepage .p{ margin-bottom:50px; line-height:30px;}
.singlepage .p span{ padding-left:3%; font-size: 14px;}
.singlepage .p strong{margin-bottom: 14px; display: block; color: #007ac7;}
.singlepage .p2{text-align: right; margin-top: 0;}
.singlepage .box2{padding-top: 20px; margin-bottom: 20px; border-top: 1px dashed #ccc;}


/* 集团介绍 */
.about_profile{}
.about_profile .name { margin: 0; font-weight: normal; line-height: 1.45;}
.about_profile .name span{ display: block;}
.about_profile .name .cn{ color: #333; font-size: 30px;}
.about_profile .name .en{ color: #666; font-family: arial;font-size: 24px; text-transform: uppercase; padding-top: 1%;}
.about_profile .statisticsbox{ height: 224px; background: #eee; margin: 4% 0; line-height: 1.25;}
.about_profile .statisticsbox .list{ float: left; width: 735px;}
.about_profile .statisticsbox .list li{ float: left; width: 33.3334%; font-size: 16px; color: #666; text-align: center; padding: 66px 0; position: relative;}
.about_profile .statisticsbox .list li+li:before{ content: "";position: absolute; top: 50%; left: 0; width: 1px; background: #d2d2d2; height: 76px; margin-top: -38px;}
.about_profile .statisticsbox .list li span{ display: block; font-size: 18px; color: #333; padding-bottom: 15px;}
.about_profile .statisticsbox .list li span em{ font-style: normal; font-family: arial; font-size: 48px;}
.about_profile .statisticsbox .pic{ float: right; width: 464px;}

/* 发展历程 */
.Timeline001265{ position:relative; padding:3% 0;}
.Timeline001265:before{ position:absolute; content:''; z-index:-1; top:21px; width:1px; height:100%; left:21px; background-color:#dcdcdc;
height: -moz-calc(100% - 21px * 2);height: -webkit-calc(100% - 21px * 2);height: calc(100% - 21px * 2);}
.Timeline001265 .list{height: 740px;overflow: hidden;position: relative;}
.Timeline001265 ul{position: relative;}
.Timeline001265 li{padding:16px 0 16px 60px;}
.Timeline001265 li h1{  font-weight:normal; font-size:24px; margin:0; position:relative; color: #007ac7;}
.Timeline001265 li h1 i{ display:block; width:10px; height:10px; position:absolute; left:-43px; top:50%; margin-top:-6px;}
.Timeline001265 li h1 i:after{ content: "" ; position: absolute; width: 16px; height: 16px; border-radius: 100%; background: #add4ed; left: -3px; top: -3px; z-index: 0;}
.Timeline001265 li h1 i:before{ content: "" ; position: absolute; width: 10px; height: 10px; border-radius: 100%; background: #007ac7; left: 0; top: 0; z-index:1;}

.Timeline001265 li dt{ padding:5px 0; color: #666;}
.Timeline001265 .btn{ position:absolute; left:0; z-index:10; cursor:pointer; background: url(../images/history_btns.png) no-repeat; width: 42px; height: 28px;}
.Timeline001265 .prev{ top:0; background-position: left top;}
.Timeline001265 .next{ bottom:0; background-position: left bottom;}

/* 组织架构 */
.about_organization .table{ padding: 4% 0 0;}
.about_organization .table .tit{ text-align: center; margin: 0; font-size: 18px; border: 1px solid #c9c9c9; padding: 20px 0;}
.about_organization .table table{ width: 100%;text-align: left;border-left: 1px solid #c9c9c9;}
.about_organization .table table td,
.about_organization .table table th{ padding: 10px 7%; border-right: 1px solid #c9c9c9; border-bottom: 1px solid #c9c9c9; font-size: 14px;}
.about_organization .table table th{ font-size: 16px;}
.about_organization .table .table1 tr:nth-child(2n-1){background: #f0f7fc; }
.about_organization .table .table2 span:nth-child(2n){ padding-left:8%;}



/* 主营业务 */
.about_business .list .fl{ float: left;}
.about_business .list .fr{ float: right;}
.about_business .list .img{ width: 37.4167%;}
.about_business .list .box{ width: 58%;}
.about_business .list .box ~ .box,
.about_business .list .img ~ .img{ margin-top: 5%;}
.about_business .list .item .tit{ margin: 0; font-size: 30px; color: #333; font-weight: normal; padding:18px 0 18px 105px; position: relative;}
.about_business .list .item .tit span{ font-family: Impact,arial; font-size: 36px; position: absolute; left: 15px; top: 15px; width: 63px; height: 63px; line-height: 63px; text-align: center;}
.about_business .list .item .tit span:after{content: ""; background: #007ac7; transform: rotate(45deg); position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.about_business .list .item .tit span i{ font-style: normal; position: relative; z-index: 2; color: #fff;}
.about_business .list .item figure{ padding-top: 3%; color: #666; text-align: justify;}
.about_business .list .box .item+.item{ margin-top: 5%;}
.business_contact{ margin-top: 5%;}
.business_contact .tit{ font-size: 24px; margin: 0 0 1%;}
.business_contact p span{ padding-right: 5%;}

/* 新闻资讯 */
.newlist ul{ position:relative; }
.newlist  li{border-bottom:1px dashed #ededed; padding:30px 0; position:relative;}
.newlist  li time { width:88px; height:95px; position:absolute; left:0; top:30px;color:#666; background:url(../images/newlist-time.png) no-repeat top center; font-family:Arial; text-align:center;}
.newlist  li time span{ font-size:32px; color:#666; padding-top:18px; padding-bottom:5px; display:block;}
.newlist  li div{ padding-left:120px; min-height:95px; padding-right:3%;}
.newlist  li h2{ font-size:16px; margin:0; padding-bottom:20px;}
.newlist  li h2 a{ color:#333;}
.newlist  li h2 a:hover{ color: #007ac7;}
.newlist  li p{ color:#666; line-height:24px; font-size:14px;margin:0 0 10px 0; height: 48px;}
.newlist  li a.more{width:137px; height:31px; display:inline-block; color:#007ac7; background:url(../images/newlist-more.png) no-repeat 0 0; padding-left:14px; line-height:31px;}
.newlist  li a.more:hover{ background-image:url(../images/newlist-more_hover.png); color:#fff;}

.newlist ol img{ width:100%;}
.newlist ol:nth-child(2) img,
.newlist ol:nth-child(3) img{ display:none;}
.newlist ol{ position:relative; background-color:#f5f5f5; margin-bottom:3%;}
.newlist ol .pic{ overflow: hidden;position:absolute; height:100%; left:0; top:0; width:39%;}
.newlist ol .Ispic{height:100%;display: block;}
.newlist ol figure{ padding-left:43%; padding-top:20px; padding-bottom:15px; padding-right:7%;}
.newlist ol:nth-child(1) figure{ position:absolute;padding:10px; left:5%; bottom:5%; width:90%; z-index:4;}
.newlist ol p{ display:block; margin: 15px 0 20px; line-height: 24px; height: 48px;}
.newlist ol:nth-child(2) p,
.newlist ol:nth-child(3) p{display: none;}
.newlist ol .more{ width:109px; height:32px; line-height:30px; padding-left:20px; display:inline-block;color:#999; border:1px solid #d0d0d0; font-size:15px; position:relative; transition:0.2s;}
.newlist ol .more:hover{ border-color:#007ac7; background:#007ac7;color:#fff;}
.newlist ol .more::before{ position:absolute; content:''; right:13px; top:50%; margin-top:-6px;width:0; height:0; border-top:6px solid transparent;border-bottom:6px solid transparent; border-left:8px solid #007ac7;}
.newlist ol .more:hover::before{ border-left-color:#fff;}
.newlist ol:nth-child(1) .pic{ z-index:1; width: 100%;}
.newlist time{ position:relative;  font-weight:bold; color:#afaeb0; padding-bottom:17px; display:inline-block;}
.newlist ol:nth-child(1) time{color:#ccc;}
.newlist time::before{ position:absolute; content:''; width:46px; height:3px; background-color:#007ac7; left:0; bottom:0;}
.newlist h3{ font-size:16px;font-weight: normal;height:60px; overflow:hidden;}
.newlist ol:nth-child(1) h3{ height:auto; font-weight:bold; margin: 20px 0 0;}
.newlist ol:nth-child(1) p{ color:#fff;}
.newlist ol:nth-child(1) h3 a{ color:#fff;} 
.newlist ol:nth-child(1) .more{ color: #fff;}
@media(min-width:901px){
.newlist ol:nth-child(2),
.newlist ol:nth-child(3){ position:absolute; right:0; width:49.5%;top:0;}
.newlist ol:nth-child(1){ width:49%; }	
}
@media(max-width:1100px) and (min-width:901px){
.newlist h3{ height:30px;}
.newlist ol figure{ padding-top: 10px; padding-bottom: 10px;}
} 

.news_info .title{ text-align:center; padding-bottom:20px;}
.news_info .title h1{ margin:0; font-size:24px; font-weight:normal;color:#333;}
.news_info .title h3{ margin:0; font-size:18px; font-weight:normal;color:#333;}
.news_info .title p{font-size:14px; margin:0; border-bottom:1px dashed #c9c9c9; padding:15px 0 20px;}
.news_info .title p span{ margin:0 5px; color:#999;}
.news_info .info{ text-align:justify; text-justify:inter-ideograph;}
.news_info .info_back{ text-align:center; clear:both; padding:20px 0;} 
.news_info .info_back a{ color:#007ac7; font-size:14px;}
.news_info .info_pn { padding-top: 2%;}
.news_info .info_pn span{ display:block;font-size:14px; color: #999;}
.news_info .info_pn span a{ color:#999;}
.news_info .info_pn span a:hover{color:#007ac7;}
.news_info .info_pn>a{display: block;}
.news_info table{ width: 100%; border-top: 1px solid #bfbfbf; border-left: 1px solid #bfbfbf;}
.news_info table td{font-size: 16px; color: #333; border-right: 1px solid #bfbfbf; border-bottom: 1px solid #bfbfbf; padding: 15px 10px 15px 4%;}
.news_info table.custom td{padding: 0;text-align: center;}

.about_organization .table1{ padding:2% 0;}
.about_organization .table1 table{ width: 100%;text-align: left;border-left: 1px solid #c9c9c9;}
.about_organization .table1 table td,
.about_organization .table1 table th{ border-right: 1px solid #c9c9c9; border-bottom: 1px solid #c9c9c9; font-size: 14px; padding: 15px 10px; text-align: center;}
.about_organization .table1 table th{ font-size: 16px;}
.about_organization .table1 table.custom td{padding: 0;text-align: center;}

/* 通知公告 */
.noticelist li{  border:1px solid #dcdcdc; }
.noticelist li+li{margin-top:35px;}
.noticelist li .inner{ padding:2%; overflow:hidden; position: relative;}
.noticelist li .pic{ float:left; width:22.5%; overflow: hidden;}
.noticelist li .Ispic{ display:block; padding-bottom: 67.44%;}
.noticelist li figure{ float:right; width:73%;}
.noticelist li h3{ margin:0; line-height:50px; font-size:16px;}
.noticelist li h3 span{ float:right; color:#999; font-size:12px; font-weight:normal; padding-left: 3%;}
.noticelist li h3 a{ color: #333;}
.noticelist li h3 a:hover{ color: #007ac7;}
.noticelist li p{ line-height:24px; overflow:hidden; height:72px; color:#999;}
.noticelist li .more{ color:#007ac7;}

/* 招标公示 */
.zbgslist li{padding: 15px 120px 15px 0; border-bottom: 1px dashed #d9d9d9; position: relative;}
.zbgslist li a{ color: #333; font-size: 16px; position: relative; padding-left: 25px; }
.zbgslist li a:before{ content: ""; position: absolute; top: 50%; margin-top: -5px; left: 2px; width: 8px; height: 8px; background: #007ac7; -webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
.zbgslist li time{ color: #999; font-size: 14px; position: absolute; right: 0; top: 15px;}
.zbgslist li a:hover{ color: #007ac7;}

/* 招标公告 */
.zbgg_search{ text-align: center;}
.zbgg_search >div{ display: inline-block; text-align: left;   margin: 0 5px;}
.zbgg_search >div >span{ display: inline-block; color: #333; font-size: 15px; line-height: 34px;}
.zbgg_search .select{display: inline-block; width: 230px; height: 34px; position: relative;}
.zbgg_search .select h3{ cursor: pointer; margin: 0; font-weight: normal; font-size: 14px; border: 1px solid #c9c9c9; color: #666; position: relative; padding: 6px 30px 7px 10px;}
.zbgg_search .select h3:after{content: ""; position: absolute; top: 50%; right: 10px; height: 0; width: 0; border-style: solid dashed dashed dashed; border-width: 5px 5px 0 5px; border-color: #959595 transparent transparent transparent; margin-top: -2px;}
.zbgg_search .select ul{ position: absolute; top: 100%; width: 100%; left: 0;border: 1px solid #c9c9c9;border-top: none;display: none;background: #fff; z-index: 2;}
.zbgg_search .select ul li a{ display: block; padding: 6px 10px;}
.zbgg_search .select ul li +li{ border-top: 1px solid #c9c9c9 ;}
.zbgg_search .select ul li:hover a{ background: #007ac7; color: #fff;}
.zbgg_search .text{ display: inline-block; width: 230px; height: 34px; padding: 6px 10px 7px; border: 1px solid #c9c9c9;color: #666;line-height: 20px; background: #fff;}
.zbgg_search .btn{ display: inline-block; background: url(../images/zsgg-search_btn.png) no-repeat center #007ac7; width: 34px; height: 34px; border: none; box-shadow: none; position: relative; top: 12px; margin-left: 15px; cursor: pointer;}
.zbgglist{ font-size: 16px; padding-top: 4%; color: #333;}
.zbgglist .head{ display: table; table-layout: fixed; width: 100%; background: #007ac7; color: #fff;}
.zbgglist .head span{ display: table-cell; vertical-align: middle; padding: 14px 2% 14px 3%; width: 12.7%;}
.zbgglist .tr{display: table; table-layout: fixed; width: 100%; background: #fff; border-bottom: 1px dashed #d5dce1;}
.zbgglist .tr:nth-child(2n+1){ background: #e5f1f9;}
.zbgglist .tr .td{display: table-cell; vertical-align: middle; padding: 14px 2% 14px 3%; width: 12.7%;}

.zbgglist .head span:nth-child(1),
.zbgglist .tr .td:nth-child(1){width: 8%;}
.zbgglist .head span:nth-child(4),
.zbgglist .tr .td:nth-child(4){width: 36.5%;}

/* 招聘信息 */
.joblist .list{ border:1px solid #d2d2d2; padding:0 3%; margin-bottom:15px;}
.joblist .job-title{ line-height:30px; padding:15px 30px 15px 0; font-size:18px; font-weight: bold; cursor:pointer; position:relative; color: #333;}
.joblist .job-title i{ position:absolute; width:22px; height:22px; background:#007ac7; border-radius:50%; right:0; top:50%; margin-top:-11px;}
.joblist .job-title i::before,
.joblist .job-title i::after{ position:absolute; content:''; background:#fff;}
.joblist .job-title i::before{ left:20%; width:60%; height:2px; top:50%; margin-top:-1px;}
.joblist .job-title i::after{ left:50%; margin-left:-1px; width:2px; top:20%; height:60%;}
.joblist .job-title.select i::after{ display:none;}
.joblist .job-title.select{ color:#007ac7;}
.joblist .job-main{ display:none; padding:22px 0; border-top:1px dotted #e5e5e5;}
.joblist .job-info pre span{ display: inline-block; margin-right:6%;}
.joblist .job-info .about_organization .table{ padding-top: 0;}
.joblist .job-info .about_organization .table table td{ font-size: 16px;}
.joblist .applybtn{  padding:30px 0; text-align: center;}
.joblist .applybtn a{ color: #fff; font-size: 18px; display: inline-block; width: 240px; height: 43px; line-height: 43px; border-radius: 20px; background: #007ac7;}
.joblist .applybtn a i{ display: inline-block; background: url(../images/applybtn.png) no-repeat; width: 21px; height: 21px; margin-left: 15px; top: 3px; position: relative;}

/*人才招聘表单*/
.Form001413 .form{ padding-top:30px; max-width: 700px; margin: 0 auto;}
.Form001413 .form td{ padding-bottom:20px; font-size:16px; }
.Form001413 .form td.w1{ width:50%;}
.Form001413 .form td.w2{ width:32px;}
.Form001413 .form .text{ width:100%; border-radius:3px; border:1px solid #cfcfcf; line-height:36px;height:36px; text-indent:10px; background:none; font-size: 16px; }
.Form001413 .form .title{ margin:0 0 10px 0;color:#007ac7;}
.Form001413 .form td em{ font-style:normal; color:#bcbcbc;}
.Form001413 .form td em i{ font-style:normal; color:#fadbbe;}
.Form001413 .form .btn{ background:#007ac7; color:#fff; cursor:pointer; font-size:18px; width:180px; height:50px; border-radius:3px; border:none; margin-top:20px;}
.Form001413 .form dl{ position:relative;}
.Form001413 .form dt{ text-indent:10px; cursor:pointer; border:1px solid #cfcfcf;line-height:36px;height:36px;}
.Form001413 .form dd{ display:none; position:absolute; left:0; top:100%; background-color:#eee; width:100%; z-index:10;}
.Form001413 .form dd a{ display:block; line-height:36px; padding:0 10px;}
.Form001413 .form dd a:hover{ background-color:#ccc;}
@media(max-width:767px){
	.Form001413 .form td.w2{ width:3%;}
	.Form001413 .form td.w1{ width:30%;}
}

/* 资产处置 */
.zcczlist li{ border-bottom:1px dashed #d9d9d9; padding-bottom:3%; margin-bottom:3%; position:relative; min-height:86px; padding-left:145px;}
.zcczlist li time{ display:block; border:1px solid #d2d2d2; font-size: 14px; width:93px; height:86px; text-align:center; position:absolute; top:0; left:0; color:#999; line-height:1.4;}
.zcczlist li time span{ display:block; font-size:36px; margin-bottom:5px;font-weight: bold;}
.zcczlist li figure{ position: relative; padding-right: 115px;}
.zcczlist li h2{ font-size:16px; margin:0; position:relative;}
.zcczlist li h2 span{ padding-right: 10px;}
.zcczlist li h2 a{color:#333;}
.zcczlist li h2 a:hover{ color:#007ac7;}
.zcczlist li p{ color:#666; font-size:14px; line-height:24px; margin:15px 0 0; max-height:48px; overflow:hidden;}
.zcczlist li .more{ position:absolute; right:10px; top:50%; width: 14px; height: 25px; background: url(../images/home-list_btn.png) no-repeat right bottom; background-size: 31px 50px;}

/* 文化理念 */
.culture_Ideas .word{ float: left; width: 55.83%;}
.culture_Ideas .img{ float: right; width: 44.16%; text-align: right;}
.culture_Ideas .h2{ font-size: 30px; font-weight: normal;}
.culture_Ideas .p1{ position: relative; padding-left: 52px;}
.culture_Ideas .p1 strong{ position: absolute; left: 0; top: 0;}

/* 资质荣誉 */
.culture_honor .swiper-container {position: relative;overflow: hidden;z-index: 1;padding-top:20px;}
.culture_honor .swiper-wrapper {position: relative;width: 100%;height: 80px;z-index: 1; 
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.culture_honor .swiper-wrapper li {width: 100%;position: relative;padding-top: 30px;line-height: 50px;text-align: center; cursor:pointer;background: url(../images/honor-yearbg.png) no-repeat center top; background-size:contain; font-size:18px; color: #666; -webkit-flex-shrink: 0;-ms-flex: 0 0 auto;flex-shrink: 0;}
.culture_honor .swiper-wrapper li.on{ color:#007ac7; font-weight: bold;}
.culture_honor .swiper-wrapper li:after{  position: absolute;left: 50%;top: -19px;width: 20px;height: 20px;content: '';background: #fff;border: 3px solid #c9c9c9;border-radius: 50%;z-index: 3;margin-left: -10px;}
.culture_honor .swiper-wrapper li.on:after{ border-color:#007ac7;}
.culture_honor .next,
.culture_honor .prev{ position:absolute; top: 0; width: 26px; height: 54px; background: url(../images/honor_btn.png) no-repeat; border: none; box-shadow: none; cursor: pointer;z-index: 3;}
.culture_honor .swiper-button-disabled{ cursor: default;}
.culture_honor .prev{ left:0; background-position: left bottom;}
.culture_honor .next{ right:0;background-position: right bottom;}
.culture_honor .prev.swiper-button-disabled{  background-position: left top;}
.culture_honor .next.swiper-button-disabled{ background-position: right top;}

.culture_honor .textlist{ padding: 4% 0;}
.culture_honor .textlist li{padding: 15px 0 15px 0; border-bottom: 1px dashed #d9d9d9; position: relative;}
.culture_honor .textlist li a{ color: #333; font-size: 16px; position: relative; padding-left: 25px; display: block;}
.culture_honor .textlist li a:before{ content: ""; position: absolute; top: 50%; margin-top: -5px; left: 2px; width: 8px; height: 8px; background: #007ac7; -webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
.culture_honor .piclist{ padding:0 30px; position: relative;}
.culture_honor .piclist .navbtn button{position: absolute; top: 40%; width: 26px; height: 54px; margin-top: -27px; background: url(../images/honor_btn.png) no-repeat; border: none; box-shadow: none; cursor: pointer;}
.culture_honor .piclist .navbtn button.disabled{ cursor: default;}
.culture_honor .piclist .navbtn .owl-prev{ left: 0; background-position: left bottom;}
.culture_honor .piclist .navbtn .owl-next{ right: 0; background-position: right bottom;}
.culture_honor .piclist .navbtn .owl-prev.disabled{ background-position: left top;}
.culture_honor .piclist .navbtn .owl-next.disabled{ background-position: right top;}
.culture_honor .piclist .owl-dots{ display: block; text-align: center; padding-top: 3%;}
.culture_honor .piclist .owl-dots .owl-dot{ display: inline-block; margin: 0 5px;}
.culture_honor .piclist .owl-dots .owl-dot span{ width: 28px; height: 6px; background: #c9c9c9; display: block;}
.culture_honor .piclist .owl-dots .owl-dot.active span{ background: #007ac7;}

/* 宣传片 */
.culture_videos{ max-width: 951px; margin: 0 auto;}
.culture_videos .name{ text-align: center; margin: 0; font-weight: normal; font-size: 36px;}
.culture_videos .video video{ width: 100%;}

/* 活动 */
.event{ max-width: 951px; margin: 0 auto;}
.event .name{ text-align: center; margin: 0; font-weight: normal; font-size: 36px;}
.event .entry img {max-width:100%; height:auto;}
.event .video video{ width: 100%;}
/* 业务联系 */
.businesscontact .box1{ margin: 0 -1%;}
.businesscontact .box1 .item{ float: left; width: 50%; padding:2% 1%;}
.businesscontact .box1 .item .inner{border: 1px solid #c9c9c9; height: 288px; padding: 10% 22px 5%; position: relative;}
.businesscontact .box1 .item .tit{ text-align: center;  margin: 0; position: absolute;  font-size: 20px; position: absolute; top: -30px; left: 0; width: 100%;}
.businesscontact .box1 .item .tit span{ display: inline-block; background: #007ac7;color: #fff;padding: 2% 5%; border-radius: 15px; min-width: 245px;}
.businesscontact .box1 .item .con{ color: #666;}
.businesscontact .box1 .item .con span{ display: inline-block; width: 48%;}
.businesscontact .box2{ padding-top: 2%; margin: 0 -12px;}
.businesscontact .box2 .name{ text-align: center;  margin: 0; font-weight: normal; font-size: 36px; color: #007ac7;}
.businesscontact .sec{ margin-top: 25px; float: left; padding: 0 12px;}
.businesscontact .sec .h3{ margin: 0 0 22px; font-size: 24px;}
.businesscontact .sec .item{ float: left;}
.businesscontact .sec .item .inner{ position: relative; background: #eeeeee; color: #666; padding: 24px;height: 410px;}
.businesscontact .sec .item .h4{ text-align: center; margin: 0 0 10px; font-size: 16px;}
.businesscontact .sec1{ width: 100%;}
.businesscontact .sec1 .list{ margin: 0 -12px;}
.businesscontact .sec1 .item{ float: left; width: 33.3334%; padding: 12px;}
.businesscontact .sec1 .item:nth-child(3) .inner{ height: 116px;}
.businesscontact .sec1 .item:nth-child(4) .inner{ height: 268px;}
.businesscontact .sec2{ width: 66.6668%;}
.businesscontact .sec3{ width: 33.3334%;}
@media (min-width:1280px) {
	.businesscontact .box1{ margin: 0 -2%;}
	.businesscontact .box1 .item{  padding: 2%;}
}
@media (max-width:1024px) {
	.businesscontact .box1 .item .inner{ padding-left: 3%; padding-right: 3%;}
	.businesscontact .sec .item .inner{ padding: 3%;}
}

/*在线留言*/
.feedback dl{ width:48%; float:left; padding-left:85px; min-height:40px; position:relative; margin-bottom:15px; max-width:420px;}
.feedback dl.odd{ margin-left:4%;}
.feedback dt{ color:#5b5b5b; font-size:14px; position:absolute; left:0; width:70px; text-align:right; line-height:40px;}
.feedback .text{ border:1px solid #dfdfdf; border-radius:5px; width:100%; padding:0 10px; line-height:38px; color:#5b5b5b; height: 40px;}
.feedback dl.dl{ width:100%; float:none; max-width:none;}
.feedback textarea{border:1px solid #dfdfdf; border-radius:5px;overflow:hidden; resize:none; width:100%; height:360px; padding:10px; color:#5b5b5b;}
.feedback .btn{ display:inline-block; line-height:40px; min-width:140px; margin-right:20px; background-color:#f3f3f3; color:#728391; font-size:14px; border:none; border-radius:5px; cursor:pointer;}
.feedback .submitbtn{ color:#fff; background-color:#008cd6;} 
@media(max-width:640px){
.feedback dl{ float:none; width:100%; margin-left:0 !important;}	
.feedback textarea{ height:250px;}
}
@media(max-width:480px){
.feedback .btn{ width:48%; margin-right:2%; float:left; display:block; min-width:2px;}	
}
/*feedback End*/

/*
 .PicList000589
 */
.PicList000589 ul{ padding:2%; border:1px solid #d1d1d1; background-color:#fff;}
.PicList000589 li{border-bottom:1px solid #d1d1d1; line-height:47px;}
.PicList000589 li time{ float:right; font-size:12px; margin-left:10px;}
.PicList000589 li:last-child{ border-bottom:0;}

@media (max-width:1240px) {
	/*index*/
	.index-banner .owl-carousel .owl-item .pcimg{display: none;}
	.index-banner .owl-carousel .owl-item .phoneimg{display: block;}
	.index-notice .name{left: 15px; font-size: 16px;padding-left: 25px;}
	.index-new,
	.index-business,
	.index-about,
	.index-about .subsidiary{ padding: 38px 0;}
	.index-new .listbox .tab span{ font-size: 16px;}
	.index-new .ad{ padding:24px 0 0;}
	.index-business .sectit span,
	.index-about .sectit{ font-size: 26px;}
	.index-business .list,
	.index-about .list{padding-top: 25px;}
	.index-business .list h2{ font-size: 18px;}
	.index-about .intro .more a{ width: 210px; font-size: 14px; height: 40px; line-height: 38px;}
	.index-about .intro .con{ font-size: 14px;}
	
	/* inpage */
	.in-container{ padding: 38px 0 40px;}
	.in-banner span{ display: none;}
	.in-banner img{ display: block; margin: 0 auto;}
	.in-menu h2{ left: 15px;}
	.submenu li a{ font-size: 16px;width: 148px;}
	
	/* 集团介绍 */
	.about_profile .name .cn{ font-size: 26px;}
	.about_profile .name .en{ font-size: 20px;}
	.about_profile .statisticsbox .list{ width: 61.25%;}
	.about_profile .statisticsbox .pic{ width: 38.5%;}
	.about_profile .statisticsbox .list li{ font-size: 14px;}
	.about_profile .statisticsbox .list li span{ font-size: 16px;}
	.about_profile .statisticsbox .list li span em{ font-size: 38px;}
	
	/* 发展历程 */
	.Timeline001265 li h1{ font-size:20px;}
	
	/* 主营业务 */
	.about_business .list .item .tit{ font-size: 20px; padding: 13px 0 12px 75px; font-weight: bold;}
	.about_business .list .item .tit span{ font-size: 24px; width: 43px;  height: 43px; line-height: 43px; left: 10px; top: 10px;}
	.business_contact .tit{ font-size: 20px;}
	
	/* 通知公告 */
	.noticelist li+li{ margin-top: 20px;}
	
	/* 招标公告 */
	.zbgglist .head span,
	.zbgglist .tr .td{  padding: 14px 1% 14px;}
	
	/* 文化理念 */
	.culture_Ideas .h2{ font-size: 24px;}
	
	/* 业务联系 */
	.businesscontact .box2 .name{ font-size: 26px;}
	.businesscontact .sec .h3{ font-size: 20px;}
	.businesscontact .box1 .item .tit{ font-size: 18px;}
	.businesscontact .sec{ margin-top: 3%;}
	
}
@media (max-width:900px) {
	/*index*/
	.index-notice{ padding: 10px 0;}
	.index-notice>.auto{ padding-left: 120px;}
	.index-notice .owl-carousel{ padding-right: 25px;}
	.index-notice li{ padding-right: 0;}
	.index-notice li time{display: none;}
	.index-new,
	.index-business,
	.index-about,
	.index-about .subsidiary{ padding: 18px 0;}
	.index-new .listbox,
	.index-new .picbox{ float: none; width: 100%;}
	.index-new .picbox{padding-top: 5px;}
	.index-new .listbox .tab span{ width: 50%;height: 38px;line-height: 38px;}
	.index-new .listbox li{ font-size: 14px; padding-bottom: 8px; margin-bottom: 8px;}
	.index-new .listbox .istop{ padding-left: 140px; min-height: 80px;margin:15px 0;}
	.index-new .listbox .istop .pic{ width: 134px; height: 80px;}
	.index-new .listbox .istop time{ margin: 5px 0;}
	.index-new .listbox .istop .more{ position: relative; margin-top: 10px; display: inline-block;}
	.index-new .listbox .istop figure{ line-height: 20px; height: 40px;}
	.index-new .ad{ padding:10px 0 0;}
	.index-business .sectit span,.index-about .sectit{ font-size: 20px;}
	.index-business .sectit:after{ margin-top: 10px;}
	.index-business .list,
	.index-about .list{padding-top: 15px;}
	.index-business .list h2{ font-size: 16px;}
	.index-about .intro .word,
	.index-about .intro .video{ float: none; width: 100%;}
	.index-about .sectit .en:after{ width: 30px; top: -7px;}
	.index-about .intro .con{ padding: 15px 0;}
	.index-about .list{ padding-left: 40px; padding-right: 40px;}
	.index-about .navbtn .owl-prev{ left: 0;}
	.index-about .navbtn .owl-next{ right: 0;}
	.index-about .list .owl-dots{display: none;}
	.index-about .intro .more{text-align: center;}
	.index-about .intro .video{ margin-top: 15px;}
	.index-about .intro .video video{ height: auto;}
	
	/* inpage */
	.in-container{ padding: 6% 0;}
	.singlepage{ font-size: 14px;}
	.location{display: none;}
	.in-menu{ border-bottom-color: #eee; border-top: none;}
	.in-menu h2{display: none;}
	.in-menu ul{ padding-left: 0; text-align: center;}
	.in-menu ul li{ display: inline-block; float: none; padding: 0 15px;}
	.in-menu ul li a:before{ bottom: -1px;}
	.submenu .link{ position: relative;display: inline-block; margin-top: 15px;}
	
	/* 集团介绍 */
	.about_profile .name{ text-align: center;}
	.about_profile .name .cn{ font-size: 22px;}
	.about_profile .name .en{ font-size: 18px;}
	.about_profile .statisticsbox{ height: auto;}
	.about_profile .statisticsbox .list{ width: 100%; float: none;}
	.about_profile .statisticsbox .pic{display: none;}
	.about_profile .statisticsbox .list li{ padding: 4% 0;}
	.about_profile .statisticsbox .list li span em{ font-size: 28px;}
	
	/* 组织架构 */
	.about_organization .table table td,
	.about_organization .table table th{ padding: 10px 2%;}
	
	/* 主营业务 */
	.about_business .list .fl,
	.about_business .list .fr{ float: none;}
	.about_business .list .img,
	.about_business .list .box{ width: 100%;}
	.about_business .list .img{ margin-top: 5%;}
	.business_contact p{text-align:left;}
	.business_contact p span{ display: block; padding-right: 0;}
	
	/* 新闻资讯 */
	.newlist ol{ top:auto !important; height:auto !important;}
	.newlist ol:nth-child(1) h3{ margin-top: 10px;}
	.newlist ol p{ margin: 10px 0 10px;}
	.newlist ol figure{ padding-right: 2%;}
	.news_info .title h1{ font-size:18px}
	.news_info .title h3{ font-size:16px}
	
	/* 通知公告 */
	.noticelist li h3{ line-height:normal;}
	.noticelist li p{ margin:2% 0; height:48px;}
	
	/* 招标公告 */
	.zbgg_search{ max-width: 230px; margin: 0 auto;}
	.zbgg_search >div >span{ display: block;}
	.zbgg_search .btn{ margin: 0 auto 20px; display: block; width: 80px;}
	.zbgglist {overflow-y: auto;}
	.zbgglist .head,.zbgglist .tr{ width: 900px; }
	
	.zcczlist li{padding-left: 110px;}
	.zcczlist li figure{  padding-right: 40px;}
	
	.joblist .job-info pre span{ display: block; margin: 0;}
	
	/* 文化理念 */
	.culture_Ideas .word,
	.culture_Ideas .img{ float: none; width: 100%;}
	.culture_Ideas .h2{ font-size: 20px; margin-top: 0;}
	.culture_Ideas .img{text-align: center;}
	.culture_Ideas .p1{ padding-left: 40px;}
	
	/* 业务联系 */
	.businesscontact .box2 .name{ font-size: 22px;}
	.businesscontact .sec .h3{ font-size: 18px;}
	
}
@media (max-width:640px) {
	.in-menu ul li{ width: 25%; display: block; float: left; padding: 0; text-align: center;}
	.Timeline001265 .list{height: 400px;}
	
	/* 新闻资讯 */
	.newlist h3{ height:24px;}
	
	/* 通知公告 */
	.noticelist ul{ margin: 0 -1%;}
	.noticelist li{ float: left; width: 48%; margin: 2% 1% !important;}
	.noticelist li .inner{ padding: 4%;}
	.noticelist li .pic,
	.noticelist li figure{ float:none; width:auto;}
	.noticelist li figure{ padding-left:0; padding-top:3%;}
	.noticelist li h3{ font-size: 14px;}
	.noticelist li h3 span{display: none;}
	.noticelist li p{ font-size: 12px; line-height: 18px; height: 36px;}
	
	/* 业务联系 */
	.businesscontact .box1{ padding-top: 20px;}
	.businesscontact .box1 .item{ width: 100%; float: none; padding-right: 0; padding-left: 0;}
	.businesscontact .box1 .item+.item{ margin-top: 25px;}
	.businesscontact .box1 .item .con span{ width: 100%;}
	.businesscontact .sec,
	.businesscontact .sec .item{ float: none; width: 100% !important;}
	.businesscontact .sec .item .inner{ height: auto;}
}






.fudonchuan{position: relative; z-index: 100; width:100%; max-width: 320px; height:100%; height: 180px;  background: #fff; box-shadow:2px 2px 3px 2px rgba(0,0,0,0.14); border-radius:10px; padding:20px;}
.fudonchuan h1{ margin: 0; margin-bottom:10px; padding-bottom:10px; border-bottom: 1px dashed #eaeaea;}
.fudonchuan h1 a{font-size: 16px; color: #333; }
.fudonchuan:hover h1 a{color:#0073c9; }
.fudonchuan p{font-size:14px; color: #666; line-height: 24px; margin: 0; }
.fudonchuan .more{text-align: right; display: inline-block; width: 100%; margin-top: 14px;}
.fudonchuan .more a{display:inline-block; text-align:center; font-size: 14px; background:#0181d8; padding:0 2px; color: #fff; }
.fudonchuan .closeBtn{ position:absolute; top:0; right:0;margin-top: -12px; margin-right: -12px; height:24px; width:24px; display:block; background:url(../images/fudonchuan-icon.png) no-repeat;}
@media (max-width:640px) {
.fudonchuan .closeBtn{margin-top:0; margin-right:0; }
.fudonchuan{width:280px;height:180px; padding: 10px;}
}





.leader {overflow:hidden; padding:20px 0;}
.leader ul {overflow:hidden; width:102.5%;}
.leader li {width:50%; padding-right:2.5%; float:left; padding-bottom:2.5%;}
.leader li .info {background-color:#f9f9f9; padding:5%; overflow:hidden;}
.leader li h2 {font-size:16px; color:#333; line-height:1.5em; padding:0; margin:0 0 5px;}
.leader li p {font-size:14px; color:#555; line-height:1.75em; margin:0; padding:0;}
.leader li p span {color:#2386ca;}
@media (max-width:768px) {
	.leader ul {width:auto;}
	.leader li {width:auto; padding-right:0; float:none;}
}

